home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3348 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  53 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: mozart.unx.sas.com!jamie
  3. From: jamie@cdevil.unx.sas.com (James Cooper)
  4. Subject: Re: SetABPenDrMd() = GURU!
  5. Originator: jamie@cdevil.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <DM3nMJ.AK4@unx.sas.com>
  8. Date: Thu, 1 Feb 1996 13:47:07 GMT
  9. X-Nntp-Posting-Host: cdevil.unx.sas.com
  10. References:  <4eo1q3$g5m@sekken.ifi.uio.no>
  11. Organization: SAS Institute Inc.
  12.  
  13.  
  14. In article <4eo1q3$g5m@sekken.ifi.uio.no>, larshau@ifi.uio.no (Lars Haugseth) writes:
  15. >My call to the graphics.library function SetABPenDrMd()
  16. >gurus with OS2.0, though I cannot find anything in the
  17. >autodocs about this being a function new in V39. Any
  18. >ideas?
  19. >
  20. >(I've pinpointed the bug to this specific call by printing
  21. > each source-line to stdout before executing.)
  22.  
  23. From the standard include file <clib/graphics_protos.h>:
  24.  
  25. ------------------------------------------------------------------------
  26. #ifndef  CLIB_GRAPHICS_PROTOS_H
  27. #define  CLIB_GRAPHICS_PROTOS_H
  28.  
  29. /*
  30. **      $VER: graphics_protos.h 39.31 (29.4.93)
  31. **      Includes Release 40.13
  32. ...
  33. /*--- functions in V39 or higher (Release 3) ---*/
  34. ...
  35. void SetABPenDrMd( struct RastPort *rp, unsigned long apen, unsigned long bpen,
  36.         unsigned long drawmode );
  37. ...
  38. ------------------------------------------------------------------------
  39.  
  40. That prototype is on line 245 of the file I have here...
  41.  
  42. I'm quite surprised that it isn't listed as V39 in the AutoDocs.
  43.  
  44. -- 
  45. ---------------
  46. Jim Cooper
  47. (jamie@unx.sas.com)                             bix: jcooper
  48.  
  49. Any opinions expressed herein are mine (Mine, all mine!  Ha, ha, ha!),
  50. and not necessarily those of my employer.
  51.  
  52. I'm NOT Politically Correct, but that's because I'm "Sensitivity Challenged."
  53.